@charset "UTF-8";
blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: 400;
}
abbr,
body,
fieldset,
html,
iframe,
img {
  border: 0;
}
address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sub,
sup {
  font-size: 83%;
}
code,
kbd,
pre,
samp {
  font-family: inherit;
}
q:after,
q:before {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 400;
}
a,
a:hover,
del,
ins,
s,
u {
  text-decoration: none;
}
body,
button,
input,
keygen,
legend,
select,
textarea {
  font: 12px/1.14 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    "WenQuanYi Micro Hei", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #333;
  outline: 0;
}
body {
  background: #fff;
  margin: 0;
}
a {
  color: #222;
}
a:hover {
  color: #e6212a;
}
a:visited {
  color: #999;
}

.hidden {
  display: none;
}

.page-box {
  width: 1180px;
  background-color: #fff;
  margin: 0 auto;
}
.menu-box,
.list-box,
.info-box {
  min-height: 100px;
}
.menu-box {
  width: 120px;
  float: left;
  position: fixed;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
}
.menu-box::-webkit-scrollbar {
  width: 0 !important;
}
.menu-item {
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 68px;
}
.menu-item::-webkit-scrollbar {
  width: 1px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 16px !important;
}
.menu-item::-webkit-scrollbar-thumb {
  /* background: none; */
  background-color: #efefef;
}
.menu-item::-webkit-scrollbar-track {
  background: none;
}
.list-box {
  width: 660px;
  float: left;
  margin-left: 150px;
}
.info-box {
  width: 340px;
  float: right;
}
.clear {
  float: none;
  clear: both;
  height: 0;
  overflow: hidden;
  width: 100%;
}

/* menu-box */
.menu-box .logo  {
  position: fixed;
  background: #ffffff;
}

.menu-box .logo img {
  width: 120px;
  height: 60px;
}
.menu-box ul li {
  margin-bottom: 2px;
}
.menu-box ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: white;
  color: #333;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
  -webkit-transition: all 0.2s;
}
.menu-box ul li a:hover,
.menu-box ul li a.active {
  background-color: #e6212a;
  color: white;
}

/* info-box */
.info-box .qrcodes {
  background-color: #f4f5f7;
  text-align: center;
  padding: 30px 0;
  font-size: 16px;
  margin-top: 10px;
  color: #666;
}
.info-box .qrcodes h5 {
  margin-top: 5px;
}
.info-box .copyright {
  margin-top: 20px;
  background-color: #f4f5f7;
  padding: 20px 20px;
  font-size: 14px;
  line-height: 2;
  color: #666;
}
.copyright a {
  color: #666;
}
.search_style {
  width: 100%;
  height: 40px;
  background-color: #f4f5f7;
  margin-top: 10px;
  border-radius: 3px;
}
.search_left {
  width: 65%;
  height: 40px;
  display: inline-block;
}
.search_left input {
  width: 100%;
  height: 40px;
  border: none;
  padding-left: 20px;
  padding-right: 40px;
  background: transparent;
  font-size: 14px;
  color: #505050;
}
.search_right {
  width: 25%;
  height: 40px;
  float: right;
}
.search_right button {
  width: 100%;
  height: 40px;
  border: none;
  background: #d71518;
  font-size: 15px;
  color: white;
  border-radius: 0px 3px 3px 0px;
}
/*******广告*******/
.advert_1 {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.advert_2 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  border: #eeeeee solid 1px;
}
.advert_img {
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0.1s;
  transition: all 0.5s ease-out 0.1s;
  background: url(../images/placeholder-640x360.png) center center no-repeat;
  background-size: contain;
  object-fit: cover;
  margin-bottom: 0.5rem;
}
.advert_title {
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 15px;
  padding: 8px 10px 8px 10px;
}
/*******热点新闻*****/
.host_style {
  font-size: 14px;
  background-color: #f4f5f7;
  padding: 15px 10px;
  color: #505050;
}
.host_style span {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}
.host_list {
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: all 0.2s;
}
.host_list_left {
  display: inline;
  margin-left: 10px;
  margin-right: 5px;
  overflow: hidden;
}
.host_list_left img {
  width: 50px;
  height: 50px;
  background: url(../images/placeholder-300x200.png) center center no-repeat;
  background-size: contain;
  object-fit: cover;
}

.host_list_right {
  width: 75%;
  display: inline-block;
}
.host_list_title {
  width: 255px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.host_list_title span {
  line-height: 1.5;
  color: #505050;
  margin-left: 0px;
  font-size: 14px;
  vertical-align: middle;
}

/*******更多*******/
.more-list {
  background-color: #f4f5f7;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 2;
  color: #666;
}
.more-list span {
  width: 100%;
  font-size: 16px;
  color: #505050;
  font-weight: bold;
  margin-left: 10px;
}
.more-list li {
  display: inline-block;
  white-space: pre-line;
  margin-left: 10px;
}
.more-list a {
  color: #666;
}

/*******友情链接*******/
.link-bg {
  width: 100%;
  height: 1px;
  background-color: #505050;
  margin-top: 20px;
}
.links-list {
  background-color: #f4f5f7;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.3;
  color: #666;
}
.links-list span {
  width: 100%;
  font-size: 16px;
  color: #505050;
  font-weight: bold;
  margin-left: 10px;
}
.links-list li {
  display: inline-block;
  white-space: pre-line;
  margin-left: 10px;
}
.links-list a {
  color: #666;
}
/* list=box */
.list-box .focus {
  width: 660px;
  height: 380px;
  position: relative;
  overflow: hidden;
}
/*******新闻更新提醒******/
.news-tips {
  background: #87ceeb;
  padding: 0.15rem;
  color: #fff;
  text-align: center;
}
/*****左图右文样式******/
.home_style_1 {
  padding: 10px 0;
  border-bottom: #eee solid 1px;
  -webkit-transition: all 0.2s;
}
.home_style_1_left {
  display: inline;
  margin-right: 10px;
  overflow: hidden;
}
.home_style_1_left img {
  width: 10rem;
  height: 6.7rem;
  -webkit-transition: all 0.5s ease-out 0.1s;
  transition: all 0.5s ease-out 0.1s;
  background: url(../images/placeholder-300x200.png) center center no-repeat;
  background-size: contain;
  object-fit: cover;
}
.home_style_1_left:hover img {
  -webkit-transform: matrix(1.02, 0, 0, 1.02, 0, 0);
  -ms-transform: matrix(1.02, 0, 0, 1.02, 0, 0);
  transform: matrix(1.02, 0, 0, 1.02, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home_style_1_right {
  width: 490px;
  overflow: hidden;
  float: right;
  padding-top: 5px;
}
.home_style_1_right a {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #505050;
  line-height: 1.5;
}
.home_style_1_right a:hover {
  color: #e6212a;
}

/*********大图样式********/
home_style_2_title {
  overflow: hidden;
}
.home_style_2_title a {
  font-weight: bold;
  font-size: 20px;
  color: #505050;
  line-height: 1.5;
}
.home_style_2_title a:hover {
  color: #e6212a;
}

.home_style_2_img {
  position: relative;
  overflow: hidden;
}
.home_style_2_img img {
  width: 100%;
  height: 330px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-out 0.1s;
  transition: all 0.5s ease-out 0.1s;
  background: url(../images/placeholder-640x360.png) center center no-repeat;
  background-size: contain;
  object-fit: cover;
}

/**********多图样式**********/
.home_style_3_img {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.home_style_3_img img {
  width: 31.5%;
  height: 8rem;
  -webkit-transition: all 0.5s ease-out 0.1s;
  transition: all 0.5s ease-out 0.1s;
  background: url(../images/placeholder-300x200.png) center center no-repeat;
  background-size: contain;
  object-fit: cover;
}
.home_style_3_img img:hover {
  -webkit-transform: matrix(1.02, 0, 0, 1.02, 0, 0);
  -ms-transform: matrix(1.02, 0, 0, 1.02, 0, 0);
  transform: matrix(1.02, 0, 0, 1.02, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home_style_3_blank {
  display: inline-block;
  width: 10px;
  height: 1rem;
}

/*****左文右图样式******/
.home_style_4 {
  padding: 10px 0;
  border-bottom: #eee solid 1px;
  -webkit-transition: all 0.2s;
}
.home_style_4_left {
  width: 490px;
  float: left;

  margin-right: 10px;
  overflow: hidden;
}
.home_style_4_left a {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #505050;
  line-height: 1.5;
}
.home_style_4_left a:hover {
  color: #e6212a;
}

.home_style_4_right {
  display: inline;
  overflow: hidden;
  padding-top: 5px;
}
.home_style_4_right img {
  width: 10rem;
  height: 6.7rem;
  -webkit-transition: all 0.5s ease-out 0.1s;
  transition: all 0.5s ease-out 0.1s;
  background: url(../images/placeholder-300x200.png) center center no-repeat;
  background-size: contain;
  object-fit: cover;
}
.home_style_4_right:hover img {
  -webkit-transform: matrix(1.02, 0, 0, 1.02, 0, 0);
  -ms-transform: matrix(1.02, 0, 0, 1.02, 0, 0);
  transform: matrix(1.02, 0, 0, 1.02, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/******新闻列表项底部样式******/
.home_bottom_style {
  padding-top: 10px;
  line-height: 14px;
}
.home_bottom_style em {
  border: #e6212a solid 1px;
  color: #e6212a;
  display: inline-block;
  padding: 1px 2px;
  margin-right: 1em;
}
.home_bottom_style span {
  color: #666;
  font-size: 14px;
}
.red {
  border: #e6212a solid 1px;
  padding: 4px 5px 5px 5px;
  display: inline-block;
  border-radius: 2px;
  float: right;
}
.red span {
  color: #e6212a;
  font-size: 14px;
}
.blue {
  border: #197fee solid 1px;
  padding: 5px 5px 6px 5px;
  display: inline-block;
  border-radius: 2px;
  float: right;
}
.blue span {
  color: #197fee;
  font-size: 14px;
}

/*********图片数量********/
.image_count {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 0.4rem;
  text-align: center;
  padding: 5px 8px 5px 8px;
  border-radius: 15px;
}

/*中山号*/
.zs-top {
  border-bottom: 1px solid #e2e3e3;
  position: relative;
}
.zs-top a {
  font-size: 22px;
  display: inline-block;
  margin-right: 30px;
  line-height: 51px;
}
.zs-top .active {
  border-bottom: 1px solid #e96b6c;
}
.zs-nav {
  color: #908e8e;
  font-size: 18px;
  margin: 5px 0;
  line-height: 40px;
}
.zs-nav .more {
  position: absolute;
  right: 0;
  font-size: 16px;
  cursor: pointer;
}
.zs-subnav {
  border-bottom: 1px solid #e2e3e3;
  overflow: hidden;
  padding-bottom: 10px;
}
.zs-subnav a {
  display: inline-block;
  text-align: center;
}
.zs-subnav a:hover,
.zs-nav .more:hover {
  color: #e6212a;
}
.zs-subnav1 {
  height: 221px;
}
.zs-subnav2 {
  height: 70px;
}
.subnav-show {
  height: auto;
}
.zs-btn {
  margin: 12px 0;
  width: 106px;
}
.zs-btn img {
  width: 65px;
  height: 65px;
  background: url(../images/placeholder-300x200.png) center center no-repeat;
  background-size: contain;
  object-fit: cover;
  border-radius: 65px;
}
.zs-btn div {
  margin-top: 5px;
  font-size: 13px;
}
.zs-local {
  font-size: 15px;
  color: #7e7d7d;
  margin: 10px 5px;
  width: 67px;
}
.clearfix:after {
  content: "";
  display: block;
  float: none;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.zs_group_bg {
  width: 100%;
  height: 110px;
  position: relative;
  background: #266dbb;
  border-radius: 2px;
}
.zs_group_bg_left {
  float: left;
  height: 95px;
}
.zs_group_bg_right {
  float: left;
  width: 80%;
  height: 95px;
  margin-top: 30px;
}
.zs_group_bg_left img {
  width: 80px;
  height: 80px;
  margin: 15px 15px 15px 20px;
  background: url(../images/placeholder-300x200.png) center center no-repeat;
  background-size: contain;
  object-fit: cover;
  border-radius: 80px;
}
.zs_group_bg_right span {
  font-size: 16px;
  color: white;
}
.npc_category_style {
  width: 100%;
  height: auto;
  position: relative;
}
.npc_category {
  text-align: center;
  margin: 30px 0px 20px 0px;
}
.npc_category span {
  color: #505050;
  font-size: 20px;
  border-radius: 2px;
  padding: 5px 20px 5px 20px;
  margin-right: 20px;
  border: #888888 solid 1px;
}
.info {
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
}

/*****新闻搜索*****/
.search_header {
  width: 100%;
  height: auto;
  background: #0a0a0a;
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  padding-left: 1rem;
}
.search_header ul li {
  width: auto;
  height: auto;
  margin-right: 1rem;
  display: inline;
}
.search_header ul li a {
  color: white;
  font-size: 13px;
}

.search_news_left {
  width: 76%;
  height: 40px;
  display: inline-block;
}
.search_news_left input {
  width: 100%;
  height: 38px;
  padding-left: 20px;
  padding-right: 40px;
  border: #d71518 solid 1px;
  background: white;
  font-size: 14px;
  color: #505050;
}
.search_news_right {
  width: 15%;
  height: 40px;
  float: right;
}
.search_news_right button {
  width: 100%;
  height: 40px;
  border: none;
  background: #d71518;
  font-size: 15px;
  color: white;
  border-radius: 0px 3px 3px 0px;
}

/*********专题新闻*********/
.special_title {
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 15px;
  text-align: center;
  padding: 8px 0px 8px 0px;
}
.special_summary {
  width: 98%;
  border: none;
  background: #f4f5f6;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 5px 10px 10px;
  border-radius: 2px 2px 2px 2px;
}
.special_summary span {
  font-size: 15px;
  color: #505050;
  line-height: 1.4;
}

/**********图片新闻**********/
.news_img_style {
  width: 100%;
  height: 60px;
  border-bottom: 2px solid #eeeeee;
}
.news_img {
  width: 1180px;
  margin: 0 auto;
}
.news_img img {
  width: 120px;
  height: 60px;
  float: left;
}
.news_img_1 {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}
.news_img_1 a span {
  font-size: 15px;
  color: #505050;
}
.news_img_1 span {
  font-size: 15px;
  color: #999999;
}
.news_img_info {
  width: 1180px;
  height: 600px;
  margin-top: 15px;
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.news_img_info_left {
  width: 70%;
  height: 600px;
  position: absolute;
  box-sizing: border-box;
  cursor: default;
  overflow: hidden;
}
/*.news_img_info_left img{*/
/*max-width: 100%;*/
/*max-height:600px;*/
/*text-align: center;*/
/*}*/

.test {
  width: 100%;
  height: 600px;
}
.test img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.news_img_info_right {
  width: 30%;
  height: 600px;
  right: 0;
  position: absolute;
  border-left: 1px solid #ddd;
}
.news_img_title {
  margin-left: 15px;
  margin-right: 10px;
  margin-top: 10px;
}
.news_img_title span {
  color: #505050;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
.news_img_content {
  margin-left: 15px;
  margin-right: 10px;
  margin-top: 30px;
}
.news_img_content span {
  color: #505050;
  font-size: 16px;
  line-height: 1.5;
}
.news_img_count {
  font-family: Georgia;
  font-size: 18px;
  color: #505050;
  line-height: 36px;
  margin-right: 8px;
}
.news_img_count em {
  font-size: 36px;
  color: #ed4040;
}

.news_img_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.news_img_time {
  margin-left: 15px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.news_img_time span {
  color: #999999;
  font-size: 14px;
}
.news_img_share {
  border-top: 1px solid #ddd;
  height: 48px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 5px;
}

.news_img_comment {
  font-family: Georgia;
  font-size: 16px;
  color: #657180;
  line-height: 36px;
  margin-right: 8px;
  font-weight: bold;
}
.news_img_comment em {
  font-size: 25px;
  color: #ed4040;
}
.more_comment {
  width: 100%;
  background: #eeeeee;
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.more_comment span {
  font-size: 14px;
  color: #406599;
}
.upload_app {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.upload_app a {
  font-size: 14px;
  color: #406599;
}

.comment_list_style {
  padding: 10px 0;
  border-top: #eee solid 1px;
  -webkit-transition: all 0.2s;
}
.comment_left {
  float: left;
  margin-right: 10px;
  overflow: hidden;
  margin-top: 2px;
}
.comment_left img {
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.5s ease-out 0.1s;
  transition: all 0.5s ease-out 0.1s;
  background: url(../images/placeholder-300x200.png) center center no-repeat;
  background-size: contain;
  object-fit: cover;
  border-radius: 15px;
}
.comment_right {
  width: 620px;
  overflow: hidden;
  display: inline-block;
  padding-top: 5px;
  font-size: 14px;
}
.comment_name {
  color: #777777;
}
.comment_name span {
  color: #406599;
}
.comment_info {
  padding-top: 10px;
}
/* focus slider */
.focus {
  position: relative;
  width: 660px;
  height: 378px;
  overflow: hidden;
  background: #fff;
}
.focus .loading {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 378px;
  color: #fff;
  text-align: center;
  background: #2c2c2c;
  line-height: 378px;
  vertical-align: middle;
}

.focus .pic li {
  width: 660px;
  position: relative;
  overflow: hidden;
  *margin-top: -2px;
}
.focus .pic li p {
  width: 660px;
  position: absolute;
}
.focus .pic li p a {
  display: block;
  width: 660px;
  height: 378px;
}
.focus .pic li p img {
  width: 660px;
  height: 378px;
  margin-top: 10px;
  background: url(../images/placeholder-300x200.png) center center no-repeat;
  background-size: contain;
  object-fit: cover;
}
.focus .txt li {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 660px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  display: none;
}
.focus .txt li a {
  display: block;
  color: #fff;
  padding: 2px 0 0 16px;
  font-size: 16px;
  text-decoration: none;
}
.focus .txt-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 660px;
  height: 36px;
  overflow: hidden;
  _background-color: #333;
  background-color: rgba(0, 0, 0, 0.4);
  left: 1px;
}
.focus .num {
  position: absolute;
  z-index: 3;
  bottom: 6px;
  right: 8px;
  color: #333;
}
.focus .num li {
  float: left;
  width: 22px;
  height: 18px;
  position: relative;
  line-height: 18px;
  text-align: center;
  margin-right: 3px;
  cursor: pointer;
  background: #434343;
  filter: alpha(opacity=90);
  opacity: 0.9;
  color: #fff;
  border-radius: 100%;
}
.focus .num li.current,
.focus .num li.hover {
  background: #e6212a;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: -2px;
}

/* article-box */
.article-box {
  padding: 10px 0 40px 0;
}
.article-box .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
.article-box .info {
  padding: 10px 0;
  color: #666;
}
.article-box .info span {
  margin-right: 1em;
}
.article-box .info span a {
  text-decoration: underline;
}
.article-box .info span a:hover {
  color: #e6212a;
}

.article-box .share {
  padding-top: 2em;
}
.title-large {
  font-size: 28px;
  padding-bottom: 10px;
}

.content {
  font-size: 16px;
  line-height: 1.8rem;
  /*word-break: break-all;*/
}
.content p {
  margin: 0.4rem 0;
  text-align: justify;
  /** text-indent: 2em; **/
  box-sizing: border-box;
}
.content img {
  width: 100%;
  margin: auto;
}

.category-head {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #eeeeee;
}
.category-head ul li {
  width: auto;
  margin-right: 1rem;
  line-height: 2.3rem;
  display: inline;
}
.category-head ul li a {
  color: #333333;
  font-size: 20px;
}
.category-head ul li a.active {
  padding-bottom: 0.55rem;
  border-bottom: 2px solid #f89;
}
/*******大咖栏目*******/
.follow {
  margin: 20px 0;
}
.follow li {
  position: relative;
  margin: 20px 20px 15px 20px;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: all 0.2s;
  padding-bottom: 15px;
}
.follow .f-img {
  position: absolute;
  left: 0;
}
.follow .f-img img {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  background: url(../images/placeholder-300x200.png) center center no-repeat;
  background-size: contain;
  object-fit: cover;
}
.follow .middle {
  height: 42px;
  padding: 4px 100px 0 60px;
}
.follow .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.follow .name span {
  font-size: 16px;
  color: #313131;
}
.follow .name span:hover {
  color: #e6212a;
}
.follow .order {
  font-size: 12px;
  margin-top: 4px;
  color: #a7a7a7;
}
.follow .f-btn {
  position: absolute;
  right: 0;
  background: #85d6fd;
  color: #fff;
  padding: 6px 15px;
  border-radius: 10px;
  font-size: 14px;
  top: 8px;
  min-width: 45px;
  text-align: center;
}
.follow .had-follow {
  background: #d0d0d0;
}
.f-slogan {
  color: #505050;
  font-size: 15px;
  margin-top: 10px;
}
.f-slogan span:hover {
  color: #e6212a;
}
.dk-msg {
  width: 100%;
  height: 300px;
  border-top: 1px solid white;
  background: url(http://zsrbapp.zsnews.cn//static/bigshot-bg.jpg) no-repeat;
  position: relative;
  background-size: 100% 100%;
  border-radius: 2px;
}
.msg-follow {
  position: absolute;
  right: 20px;
  top: 126px;
  font-size: 20px;
  padding: 8px 20px;
  color: #fff;
  background: #81cff5;
  border-radius: 20px;
  cursor: pointer;
}
.msg-follow-1 {
  position: absolute;
  right: 20px;
  top: 126px;
  font-size: 20px;
  padding: 8px 20px;
  color: #fff;
  background: #d0d0d0;
  border-radius: 20px;
  cursor: pointer;
}
.dk-msg .msg-left {
  margin-top: 88px;
  margin-left: 20px;
}
.dk-msg .msg-img {
  width: 100px;
  height: 100px;
  margin-right: 25px;
  float: left;
  background: url(../images/placeholder-300x200.png) center center no-repeat;
  background-size: contain;
  object-fit: cover;
}

.dk-msg .msg-name {
  font-size: 28px;
  padding-top: 15px;
  padding-right: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dk-msg .msg-order {
  color: #f0a72a;
  font-size: 20px;
  margin-top: 10px;
}
.dk-msg .msg-slogan {
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  margin: 5px 15px 0px 0px;
}
.big {
  text-align: center;
  font-size: 20px;
  margin: 30px 0;
}
.big button {
  display: inline-block;
  margin: 0 30px;
  height: 30px;
  font-size: 20px;
  background: white;
  border: none;
  padding: 0 10px 30px;
}
.big .active {
  color: #e53a2d;
  border-bottom: 3px solid #e53a2d;
}
.big-intro {
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  padding: 0px 20px 0px 20px;
}
.bigcast-news {
  padding: 10px 0;
  border-bottom: #eee solid 1px;
  -webkit-transition: all 0.2s;
  position: relative;
}
.bigcast-news-left {
  float: left;
  width: 160px;
  margin-right: 10px;
  overflow: hidden;
}
.bigcast-news-left img {
  float: left;
  width: 160px;
  margin-right: 10px;
  overflow: hidden;
}
.bigcast-news-left img {
  width: 10rem;
  height: 6.7rem;
  -webkit-transition: all 0.5s ease-out 0.1s;
  transition: all 0.5s ease-out 0.1s;
  background: url(../images/placeholder-300x200.png) center center no-repeat;
  background-size: contain;
  object-fit: cover;
}
.bigcast-news-left:hover img {
  -webkit-transform: matrix(1.02, 0, 0, 1.02, 0, 0);
  -ms-transform: matrix(1.02, 0, 0, 1.02, 0, 0);
  transform: matrix(1.02, 0, 0, 1.02, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bigcast-news-right {
  padding-top: 5px;
}
.bigcast-news-right a {
  display: block;
  font-weight: bold;
  color: #505050;
  font-size: 20px;
  line-height: 1.5;
}
.bigcast-news-right a:hover {
  color: #e6212a;
}
.bigcast-bottom {
  padding-top: 10px;
  line-height: 14px;
  text-align: right;
}
.bigcast-bottom span {
  padding-right: 10px;
}
.bigcast-bottom-t1 {
  position: absolute;
  bottom: 14px;
  right: 0;
}
.bigcast-bottom .eye {
  background: url(../images/eye.png) left center no-repeat;
  padding-left: 25px;
}
.bigcast-bottom .praise {
  background: url(../images/praise.png) left center no-repeat;
  padding-left: 25px;
  cursor: pointer;
}
/*****登录******/
.login_style {
  background-color: #f4f5f7;
  margin-top: 20px;
  padding: 20px;
}
.login_white {
  background-color: white;
  text-align: center;
  padding: 20px;
}
.login_text {
  color: #808080;
  font-size: 12px;
  line-height: 1.5;
}
.btn-login:hover {
  background-color: #ed4040;
}
.btn-login {
  width: 100%;
  background-color: #e6212a;
  color: white;
  font-size: 16px;
  margin-top: 10px;
  padding: 10px 0px;
  border-radius: 3px;
  border: none;
}

.login_sdk_style {
  margin-top: 15px;
}
.login_sdk_left {
  display: inline-block;
}
.login_sdk_left img {
  width: 30px;
  height: 30px;
  border-radius: 40px;
  border: #00dd1c solid 1px;
  margin-bottom: 5px;
}
.login_sdk_right {
  display: inline-block;
  margin-left: 20px;
}
.login_sdk_right img {
  width: 30px;
  height: 30px;
  border-radius: 40px;
  border: #00dd1c solid 1px;
  margin-bottom: 5px;
}
.login_sdk_weibo {
  margin-right: 20px;
  display: inline-block;
}

.input-field {
  margin-bottom: 10px;
}
.input-txt {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-indent: 5px;
}
/** pager **/
.pager {
  text-align: center;
  height: 38px;
  line-height: 38px;
}
.pager a {
  background: #eee;
  border: 1px solid #ccc;
  padding: 3px 6px;
  margin: 0 3px;
}
.pager a.disabled {
  color: #ccc;
}
.pager a.active {
  background: #0075eb;
  border: 1px solid #0075eb;
  color: #fff;
}
.comment-div {
  width: 100%;
  margin: 1rem 0 1rem 0;
  display: flex;
}
.comment-div img {
  width: 2rem;
  height: 2rem;
  margin-top: 0.5rem;
  border-radius: 2rem;
}
.comment-div div {
  display: flex;
  width: 100%;
  margin: 0 0 0 0.5rem;
  border: 1px solid #505050;
}
.comment-div textarea {
  width: 100%;
  padding: 0.2rem 0rem 0 0.5rem;
  font-size: 1.2em;
  height: 3rem;
  border: none;
  color: #505050;
  overflow: auto;
}
.comment-div .comment-btn {
  width: 8rem;
  background-color: #505050;
  float: bottom;
  border: none;
  font-size: 1.2em;
  color: white;
}

.hidden {
  display: none;
}
.gotop {
  position: fixed;
  right: 18rem;
  bottom: 5rem;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 99;
  border-radius: 0.2rem;
  background: #e6212a;
}
.gotop img {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.news-right-div {
  float: right;
  margin-top: 1rem;
}
.news-right-div div {
  display: inline-block;
  float: left;
}
.news-right-div div img {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 1rem;
}
.news-right-div div span {
  color: #99a5b2;
  font-size: 1.2em;
  padding-left: 0.2rem;
}
.news-right-div div img:hover {
  -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  -ms-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
